/ Assembly List / LJCDataAccess / MySqlDataAccess / GetSchemaOnly

Namespace - LJCDataAccess


Parameters
sql - The Select SQL statement.
tableMapping - The table map collection.

Returns

A reference to the DataTable object.

Syntax

C#
public DataTable GetSchemaOnly(String sql, DataTableMappingCollection tableMapping = null)

Retrieves the DataTable object with schema only.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.